home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-11-03 | 290 b | 13 lines | [TEXT/MPS ] |
- ###
- ### Tickle specific Macintosh Test Suite
- ###
-
- if {[string compare test [info procs test]] == 1} then {
- source "$env(APPDIR):tcl:tests:defs"
- }
-
- test getfinfo-1.1 {getfinfo} {
- set finfo [getfinfo $env(APPDIR):$env(APPNAME)]
- concat [lindex $finfo 0] [lindex $finfo 1]
- } {$Tcl APPL}
-